EventDumpRecorder Class

This type is an EasyAR Sense API in C#: EventDumpRecorder . Some descriptions may not apply to Unity environment on this page.

Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.

Description

Event dump recorder.

It can be used to record some crucial diagnostic information into an EED file.

All members of this class is thread-safe.


Methods

create

C#

public static EventDumpRecorder create()

Creates an instance.

start

C#

public virtual bool start(string filePath, int initalScreenRotation)

Starts recording.

stop

C#

public virtual void stop()

Stops recording.